home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_game / fbb121.zip / FBASKET.CFG < prev    next >
Text File  |  1995-11-03  |  15KB  |  322 lines

  1. ; FBB.CFG - Sample Franchise Basketball door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize Franchise
  4. ; Basketball for use on their system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. FBB is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but the .EXE file.
  8. ; However, there are many cases where the you may wish to customize FBB's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow FBB doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;
  21. ;BBSDir    C:\BBS
  22. ;
  23. ;------------------------------------------------------------------------------
  24. ;
  25. ;  The door's working directory. This is where the door's system files are
  26. ;  located. Remove the semi-colon (;) to activate this option.
  27. ;
  28. ;DoorDir    C:\BBS\FBB
  29. ;
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ;  Local mode override. Forces FBB to always operate in local test mode.
  33. ;  Remove the semi-colon (;) to activate this option. When this mode is
  34. ;  activated, no door information file is required and default settings are
  35. ;  used for the user's name, location, etc.
  36. ;
  37. ;LocalMode
  38. ;
  39. ;------------------------------------------------------------------------------
  40. ;
  41. ;  Door personality setting. This setting selects one of a number of sysop
  42. ;  interface personalities. Each personality setting emulates the status line
  43. ;  format and sysop function keys of a particular BBS package. Valid
  44. ;  personality settings are:
  45. ;
  46. ;                     Standard            (Default style, similar to RA 1.11)
  47. ;                     PCBoard
  48. ;                     RemoteAccess
  49. ;                     Wildcat
  50. ;
  51. Personality    Standard
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ;  Log File options. "LogFileName" specifies filename (path optional) where
  56. ;  FBB should record log information. To disable the log file altogether,
  57. ;  remove the semi-colon (;) from the "DisableLogging" line.
  58. ;
  59. ;LogFileName    DOOR.LOG
  60. ;DisableLogging
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ;  BBS node number that door is running on. Only used if FBB is unable
  65. ;  to determine the node number by some other means.
  66. ;
  67. Node    1
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;
  71. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  72. ;  time, up until, but not including, the end time. Times should be in 24-hour
  73. ;  format. To disable paging on a particular day, set the paging start and end
  74. ;  times to the same time.
  75. ;
  76. ;                      Start Time    End Time
  77. SundayPagingHours         9:00        22:00
  78. MondayPagingHours         8:30        22:00
  79. TuesdayPagingHours        8:30        22:00
  80. WednesdayPagingHours      8:30        22:00
  81. ThursdayPagingHours       8:30        22:00
  82. FridayPagingHours         8:30        22:00
  83. SaturdayPagingHours       9:00        22:00
  84. ;
  85. ;------------------------------------------------------------------------------
  86. ;
  87. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  88. ;  sysop page alarm.
  89. ;
  90. PageDuration    10
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ;  Maximum length of time a user is permitted to access the door. If the user's
  95. ;  total remaining time on the BBS is less than this value, the user will only
  96. ;  be permitted to access the door for this shorter length of time. This option
  97. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  98. ;  When this option is disabled, the user will be permitted to use the full
  99. ;  of their remaining time on the BBS within the door.
  100. ;
  101. ;MaximumDoorTime    15
  102. ;
  103. ;------------------------------------------------------------------------------
  104. ;
  105. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  106. ;  without the user pressing any key, before the user will be automatically
  107. ;  disconnected. A value of 0 disables inactivity timeouts.
  108. ;
  109. InactivityTimeout    200
  110. ;
  111. ;------------------------------------------------------------------------------
  112. ;
  113. ;  Name of the sysop. Franchise Basketball can usually determine the sysop's name from the
  114. ;  information passed to the door by the BBS. However, some BBS software does
  115. ;  not supply this information to doors. In such cases, if the sysop's name is
  116. ;  required by the FBB, it may be supplied here. Remove the semi-colon (;) to
  117. ;  activate this option.
  118. ;
  119. ;SysopName    Scott Snella
  120. ;
  121. ;------------------------------------------------------------------------------
  122. ;
  123. ;  Name of the BBS. FBB can usually determine the name of the BBS from
  124. ;  the information passed to the door by the BBS. However, some BBS software
  125. ;  does not supply this information to door programs. In such cases, if the
  126. ;  name of the BBS is needed by the FBB, it may be supplied here. Remove the
  127. ;  semi-colon (;) to activate this option.
  128. ;
  129. ;SystemName    Mos Eisley
  130. ;
  131. ;------------------------------------------------------------------------------
  132. ;
  133. ;  Door colour options. These options specify the various text colours that
  134. ;  will be used by FBB if ANSI or AVATAR graphics modes are available.
  135. ;  Colours are specified in the format:
  136. ;
  137. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  138. ;
  139. ;  Where foreground and background colours are one of:
  140. ;
  141. ;         Black
  142. ;         Blue
  143. ;         Green
  144. ;         Cyan
  145. ;         Red
  146. ;         Magenta
  147. ;         Yellow / Brown
  148. ;         White / Grey
  149. ;
  150. ;  Note that some of these options (such as those that pertain to files
  151. ;  listings) are not used for all doors.
  152. ;
  153. ChatUserColour               Bright white on black
  154. ChatSysopColour              Bright red on black
  155. FileListTitleColour          Bright yellow on black
  156. FileListNameColour           Bright yellow on black
  157. FileListSizeColour           Bright magenta on black
  158. FileListDescriptionColour    Cyan on black
  159. FileListOfflineColour        Bright red on black
  160. PagePromptColour             Bright white on black
  161. PopupMenuTitleColour         Bright white on grey
  162. PopupMenuBorderColour        Black on grey
  163. PopupMenuTextColour          Black on grey
  164. PopupMenuKeyColour           Red on grey
  165. PopupMenuHighlightColour     Grey on black
  166. PopupMenuHighKeyColour       Red on black
  167. ;
  168. ;------------------------------------------------------------------------------
  169. ;
  170. ;  Memory swapping options. These options are generally not needed, but can be
  171. ;  used to customize FBB's swapping behaviour. "SwappingDir" can be used
  172. ;  to specify which directory or directories should be used for swapping.
  173. ;  Multiple directory paths can be seperated using a semi-colon.
  174. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  175. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  176. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  177. ;
  178. ;SwappingDir    C:\
  179. ;SwappingNoEMS
  180. ;SwappingDisable
  181. ;
  182. ;------------------------------------------------------------------------------
  183. ;
  184. ;  Serial port options. These options are generally not needed, as these
  185. ;  settings can usually be determined from the BBS door information file.
  186. ;  "LockedBPS" specifies the the BPS rate at which the FBB should communicate
  187. ;  with the modem. "SerialPort" specifies the port port number that the modem
  188. ;  is connected to. Unless you have reassigned the port numbers through your
  189. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  190. ;  so on. Remove the semi-colon (;) to activate either of these options.
  191. ;
  192. ;LockedBPS    38400
  193. ;SerialPort    0
  194. ;
  195. ;
  196. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  197. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  198. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  199. ;  the door to always communicate directly with the modem, bypassing any
  200. ;  FOSSIL driver.
  201. ;
  202. ;NoFossil
  203. ;
  204. ;------------------------------------------------------------------------------
  205. ;
  206. ;  The following options only apply if a FOSSIL driver is NOT being used for
  207. ;  serial communications. If a FOSSIL driver IS being used, these options
  208. ;  are normally set on the FOSSIL driver command line.
  209. ;
  210. ;  Hexidecimal address of the serial port. This address can usually be
  211. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  212. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  213. ;  (;) to activate this option.
  214. ;
  215. ;PortAddress 2F8
  216. ;
  217. ;
  218. ;  Interrupt request line that the serial port is using. May be any IRQ line
  219. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  220. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  221. ;  to activate this option.
  222. ;
  223. ;PortIRQ 4
  224. ;
  225. ;
  226. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  227. ;  the serial I/O receive buffer. You may want to increase this buffer size
  228. ;  if you find that characters being sent from the user's modem are being lost.
  229. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  230. ;  buffer. You may want to increase this buffer size for improved performance
  231. ;  in some multitasking environments.
  232. ;
  233. ReceiveBuffer 256
  234. TransmitBuffer 1024
  235. ;
  236. ;
  237. ;  UART FIFO buffers. Normally, FBB will use 16550A UART FIFO buffers
  238. ;  if they are available. You can prevent FBB from using the FIFO
  239. ;  buffers, even if they are available, by removing the semi-colon before
  240. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  241. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  242. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  243. ;  bytes.
  244. ;
  245. ;NoFIFO
  246. FIFOTriggerSize 4
  247. ;
  248. ;------------------------------------------------------------------------------
  249. ;
  250. ;  Custom door information file support. Franchise Basketball automatically recognizes
  251. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  252. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  253. ;  to permit FBB doors to operate on BBS systems that produce a different
  254. ;  format file, you may define a custom door information file format. A custom
  255. ;  door information file format is defined using the "CustomFileName" command,
  256. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  257. ;
  258. ;  The "CustomFileName" option specifies the filename used to distinguish this
  259. ;  file format from other file formats. This filename should not include a
  260. ;  path. To specify the path where the door information file is located, use
  261. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  262. ;  custom format is the same as that of one of the built-in formats, the custom
  263. ;  format will override the built-in format.
  264. ;
  265. ;  The actual format of the custom file is specified using a number of lines
  266. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  267. ;  correspond to a single line in the door information file, with the option
  268. ;  following the "CustomFileLine" keyword specifying the information that can
  269. ;  be found on that line. This can be one of the following keywords:
  270. ;
  271. ;                    Ignore - Causes the next line in the door information
  272. ;                             file to be ignored. Use on lines for which none
  273. ;                             of the options below apply.
  274. ;                   ComPort - COM? port the modem is connected to
  275. ;                             (0 indicates local mode)
  276. ;                FossilPort - Fossil port number the modem is connected to
  277. ;                  ModemBPS - BPS rate at which to communicate with modem
  278. ;                             (0 or non-numerical value indicates local mode)
  279. ;                 LocalMode - 1, T or Y if door is operating in local mode
  280. ;                  UserName - Full name of the user
  281. ;             UserFirstName - First name(s) of the user
  282. ;              UserLastName - Last name of the user
  283. ;                     Alias - The user's psuedonym / handle
  284. ;                 HoursLeft - Hours user has left online
  285. ;               MinutesLeft - Minutes user has left online, or time left online
  286. ;                             in format hh:mm
  287. ;               SecondsLeft - Seconds user has left online, or time left online
  288. ;                             in format hh:mm:ss or format mm:ss
  289. ;                             (If more than one of the above time options are
  290. ;                             used, the user time left is taken to be the total
  291. ;                             of all of these values.)
  292. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  293. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  294. ;                       RIP - 1, T or Y for RIP graphics mode
  295. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  296. ;              ScreenLength - Number of lines on user's screen
  297. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  298. ;                  Security - The user's security level / access level
  299. ;                      City - City the user is calling from
  300. ;                      Node - Node number user is connected to
  301. ;                 SysopName - Full name of the sysop
  302. ;            SysopFirstName - The sysop's first name(s)
  303. ;             SysopLastName - The sysop's last name
  304. ;                SystemName - Name of the BBS
  305. ;
  306. ;
  307. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  308. CustomFileLine    SystemName
  309. CustomFileLine    SysopFirstName
  310. CustomFileLine    SysopLastName
  311. CustomFileLine    ComPort
  312. CustomFileLine    ModemBPS
  313. CustomFileLine    Ignore
  314. CustomFileLine    UserFirstName
  315. CustomFileLine    UserLastName
  316. CustomFileLine    City
  317. CustomFileLine    ANSI
  318. CustomFileLine    Security
  319. CustomFileLine    MinutesLeft
  320. ;
  321. ;------------------------------------------------------------------------------
  322.